home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / cditp21.zip / CODEIT.E_ / CIMENU3.BI < prev    next >
Text File  |  1992-03-03  |  860b  |  18 lines

  1. '============================================================================
  2. 'CIMENU3.BI Copyright (C) 1991-1992, Clear Software. ALL RIGHTS RESERVED.
  3. '============================================================================
  4.  
  5. DECLARE SUB PopColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%, disableFGClr%, disableHiFGCLr%, hihiFGClr%, hicharFGClr%)
  6. DECLARE SUB PopDescript (row%, col%, descript$(), AreaLen%, FG%, BG%)
  7. DECLARE SUB PopExitKeySet (keyHandle%, exitKey$)
  8. DECLARE SUB PopPaint (left%, right%, top%, bottom%, shad%, boxType%)
  9.  
  10. '============================================================================
  11.  
  12. DECLARE FUNCTION PopMenu% (top%, left%, choice$(), hipos%(), mtitle$, shad%, boxType%)
  13.  
  14. '============================================================================
  15.  
  16.  
  17.  
  18.